Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 7 Mar 2006 17:40:42 +0000 (18:40 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 7 Mar 2006 17:40:42 +0000 (18:40 +0100)
commit97bdaa5bdfc8bd417c69ef8244ca31de174d67e7
tree0014dda63b9546722b697809d50aafa165f808e9
parent15c0d5d00a502a4f68a3cbc3eb0e6ae812e0e137
Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).

Signed-off-by: Keir Fraser <keir@xensource.com>
35 files changed:
linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/hypercall.h
linux-2.6-xen-sparse/include/asm-i386/mach-xen/setup_arch_post.h
linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/hypercall.h
linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/setup_arch_post.h
xen/arch/ia64/vmx/vmx_hypercall.c
xen/arch/ia64/xen/hypercall.c
xen/arch/ia64/xen/process.c
xen/arch/x86/domain.c
xen/arch/x86/mm.c
xen/arch/x86/physdev.c
xen/arch/x86/traps.c
xen/common/acm_ops.c
xen/common/bitmap.c
xen/common/domain.c
xen/common/event_channel.c
xen/common/gdbstub.c
xen/common/grant_table.c
xen/common/kernel.c
xen/common/multicall.c
xen/common/perfc.c
xen/drivers/char/console.c
xen/include/asm-ia64/guest_access.h
xen/include/asm-ia64/hypercall.h
xen/include/asm-ia64/xensystem.h
xen/include/asm-x86/hypercall.h
xen/include/public/acm_ops.h
xen/include/public/arch-x86_32.h
xen/include/public/arch-x86_64.h
xen/include/public/event_channel.h
xen/include/public/grant_table.h
xen/include/public/nmi.h
xen/include/public/physdev.h
xen/include/public/xen.h
xen/include/xen/hypercall.h
xen/include/xen/sched.h